From: Michael Natterer Date: Mon, 7 Jul 2008 09:05:02 +0000 (+0000) Subject: include the two needed headers instead of . X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31674 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a51c43f5c66319920e86cee042474fe0ed6e2505;p=gtk4.git include the two needed headers instead of . 2008-07-07 Michael Natterer * gtk/gtkfilesystem.c: include the two needed headers instead of . svn path=/trunk/; revision=20804 --- diff --git a/ChangeLog b/ChangeLog index d1a28ac5eb..c7de89ac99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-07 Michael Natterer + + * gtk/gtkfilesystem.c: include the two needed headers instead of + . + 2008-07-06 Matthias Clasen Bug 528845 – segv from GtkBuilder on attempting under diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c index f4006f5265..8f8e9c8331 100644 --- a/gtk/gtkfilesystem.c +++ b/gtk/gtkfilesystem.c @@ -24,10 +24,11 @@ #include -#include #include +#include "gtkfilechooser.h" #include "gtkfilesystem.h" +#include "gtkicontheme.h" #include "gtkprivate.h" #include "gtkalias.h"